Events
Description
Events available for the Integer Value custom control.
Discussion
These events provide hooks to execute custom JavaScript when the user interacts with or modifies the Integer Value control.
- Name
- Description
- onBeforeDraw
Fires before the Integer Value control is rendered.
- onBeforePopulate
Fires before the Integer Value control is populated with data.
- onBeforeSelect
Only fires if the item that was selected does not define its own event handler.
- onBlur
Fires when the Integer Value control loses focus.
- onClick
Only fires if the item that was selected does not define its own event handler.
- onDblClick
Only fires if the item that was selected does not define its own event handler.
- onDown
Only fires if the item that was selected does not define its own event handler.
- onDownHold
Fires when a user presses and holds on the Integer Value control.
- onDraw
Fires after the Integer Value control has been drawn.
- onFocus
Fires when the Integer Value control receives focus.
- onPopulate
Fires after the Integer Value control has been populated with data.
- onRightClick
Only fires if the item that was selected does not define its own event handler.
- onSelect
Only fires if the item that was selected does not define its own event handler.
- onSelectComplete
Fires after all selectable items have been selected. For example, the ViewBox might be set to allow multiple selections. If the .setValue() method is called and it sets multiple values, this event will be fired only once after all of the individual selection events have fired.
- onSwipe
Only fires if the item that was selected does not define its own event handler.
- onUp
Only fires if the item that was selected does not define its own event handler.